getNwsZoneId

abstract fun getNwsZoneId(): String

Gets the National Weather Service (NWS) Zone ID for this location.

NWS Zone IDs are used by the U.S. National Weather Service to issue forecasts and alerts for specific geographic zones, which are typically counties or portions of counties. An example format is "CAZ043" (for San Diego County Valleys).

This ID is primarily used for fetching localized weather information within the United States.

Return

The NWS Zone ID string, or null/empty if not applicable for the location (e.g., outside the US) or if not configured.